Getting the Author(s) Right

If there is a single author you type
author{ author's name }
This is, of course to be followed by his address. PHYZZX will set the name in upper and lower case capital letters and center it on the page. Then, if you use the macro
address
PHYZZX will typeset the address in italics and center it directly below the author's name. The syntax of this macro is
address{ address }
In general PHYZZX will let TEX decide how to break the address into several lines if it is too long. If you wish to force these breaks use the command
break
. Note, this is a place where you do not want to use the command
nextline
or you will force the address to come out without having been properly centered. For those lucky persons who live at SLAC, there is a special macro to save them typing. This macro has the name
SLAC
and if you wish to tell PHYZZX that your address is SLAC all you have to type
SLAC
If the author of the paper is a visitor, or is here on detached service, then you might want to give two addresses. To have TEX print the second address below the first with the word and in between, all you have to do is type
andaddress{ second address }

If the paper has more than one author you have two options. If the number of authors is small and they come from different institutions, then you use the macro
andauthor
whose syntax is
andauthor{ author's name }
This does what the
author
command does but it also precedes this name with a line which has the word and centered above the author's name. This command is then to be followed by
address
in order to give the address of the second author. This can go on as long as you like.

All of this works well for theorists, however it does not work well for experimental papers. Experimantal collaborations tend to involve many authors from several different institutions. All we can do in this situation is to type the command
authors
and then follow this with a list of authors and institutions. All this command does for you is put the correct amount of space between the list of authors and the material preceding it.